home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-28 | 1.2 KB | 62 lines | [TEXT/MPS ] |
-
- // ---- End Project Data ----
-
-
- // ---- File recToggleDemo.t ----
- myBase :=
- {viewBounds: {top: 0, left: 0, right: 240, bottom: 336},
- doModalDialog:
- func(who)
- begin
- who:ModalDialog();
- end,
- viewFlags: 134217733,
- viewFormat: nil,
- declareSelf: 'base,
- viewSetupFormScript:
- func()
- begin
- local b := GetAppParams();
- constant kMaxWidth := 240;
- constant kMaxHeight := 336;
- self.viewBounds := RelBounds(b.appAreaLeft, b.appAreaTop,
- MIN(b.appAreaWidth, kMaxWidth), MIN(b.appAreaHeight, kMaxHeight));
- end,
- viewclass: 74,
- debug: "myBase"
- };
-
- _view000 := /* child of myBase */ {title: "RecToggle Demo", _proto: protoTitle};
-
-
-
- _view001 := /* child of myBase */ {_proto: protoStatusBar};
-
- _view002 := /* child of _view001 */ {_proto: protoLargeClosebox};
-
-
-
- _view003 := /* child of _view001 */ {_proto: protoRecToggle};
-
-
-
-
-
- _view004 := /* child of myBase */
- {viewFormat: 12625,
- viewBounds: {top: 32, left: 15, right: -15, bottom: -32},
- viewlinespacing: 20,
- viewFlags: 33553921,
- viewJustify: 240,
- viewclass: 77
- };
-
-
-
-
-
-
-
- // ---- Beginning of section for non used Layout files ----
-
- // End of output